body {
  background-color: rgb(109, 206, 255); 
  /*background-color: rgb(80, 255, 182); */
  height: 100%;
  margin: 10px;
}


html * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: "Open Sans";
    font-weight: 400;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
}


   /* Mobile */
 @media only screen and (max-width: 767px) {
  body {
      -webkit-text-size-adjust: none;
      -ms-text-size-adjust: none;
      width: 100%;
      min-width: 0;
      margin: 0px;
 }
  .container {
      min-width: 0;
      margin-left: 0;
      margin-right: 0;
 }
  .row {
      width: 100%;
      min-width: 0;
      margin-left: 0;
      margin-right: 0;
 }
  .row .row .column, .row .row .columns {
      padding: 0;
 }
  .row .centered {
      margin: 0 !important;
 }
  .column, .columns {
      width: auto !important;
      float: none;
      margin-left: 0;
      margin-right: 0;
 }
  .column:last-child, .columns:last-child {
      margin-right: 0;
      float: none;
 }
  [class*="column"] + [class*="column"]:last-child {
      float: none;
 }
  [class*="column"]:before {
      display: table;
 }
  [class*="column"]:after {
      display: table;
      clear: both;
 }
  [class^="push_"], [class*="push_"] {
      margin-left: 0 !important;
 }

}


#seitenbereich {
  width: 1024px;
  background-color: rgb(132, 240, 129);
}
#box1 {
  background-color: rgb(255, 80, 80); 
  text:"#000000"; 
  link:"#804080";
  vlink:"#603060";
  alink:"#804080";
}

p i {
  font-weight:  bold;
}

p ir {
  font-weight:  bold;
  color:#3227cc;
}

nav ul {
    display: inline-block;
    text-align: center;
    list-style: none; 	  
    width: auto;
    border: thin solid;
    background-color: silver;
    display: flex;
    flex-direction: column;

  }
  
  nav a {
    text-decoration: none; 
    font-weight: bold;
    color: gold; 
    background-color: darkblue;
  }
  nav a:focus,
  nav a:hover,
  nav a:active {    
    text-decoration:underline;
  }
  nav a {
    display: inline-block;
    padding: 0.4em;
    text-decoration: none; 
    font-weight: bold;
    border: thin solid darkblue;
    border-radius: 10px;
    box-shadow: 0 5px 10px white inset;
    color: rgb(33, 18, 240); 
    background-color: rgb(233, 45, 21); 
    transition: all .25s ease-in;	  
  }

nav li[aria-current] a {
  display: inline-block;
  background-color: firebrick; 
  color: gold;
}

  nav a:focus,
  nav a:hover,
  nav li[aria-current] a:focus,
  nav li[aria-current] a:hover {    
    color: darkblue; 
    background-color: gold;
  }
  
  nav li {
    display: inline-block;
    width: 6em;
    list-style: none;
    margin: 0.5em;
    padding: 0;
    font-size: 1.5em;  
  }
  
  
  @media (min-width: 25em) {
    nav ul {	
      flex-direction: row;
      display: inline-block;  
    }
    nav li {
      font-size: 1em;
    }  
  }
  
  html, body {
    font-family: Arial, Helvetica, sans-serif;
}

/* define a fixed width for the entire menu */
.navigation {
  width: 300px;
}

/* reset our lists to remove bullet points and padding */
.mainmenu, .submenu {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* make ALL links (main and submenu) have padding and background color */
.mainmenu a {
  display: block;
  background-color: #CCC;
  text-decoration: none;
  padding: 10px;
  color: #000;
}

/* add hover behaviour */
.mainmenu a:hover {
    background-color: #C5C5C5;
}


/* when hovering over a .mainmenu item,
  display the submenu inside it.
  we're changing the submenu's max-height from 0 to 200px;
*/

.mainmenu li:hover .submenu {
  display: block;
  max-height: 200px;
}

/*
  we now overwrite the background-color for .submenu links only.
  CSS reads down the page, so code at the bottom will overwrite the code at the top.
*/

.submenu a {
  background-color: #999;
}

/* hover behaviour for links inside .submenu */
.submenu a:hover {
  background-color: #666;
}


/* this is the initial state of all submenus.
  we set it to max-height: 0, and hide the overflowed content.*/

.submenu {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.5s ease-out;
}
/*
menu li[aria-current] a {
  display: inline-block;
  background-color: rgb(77, 27, 194); 
  color: gold;
}

.menu {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background-color: firebrick; 
}*/

ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 20px;
}


body {
  font-family: Arial, Helvetica, sans-serif;
}

table.center {
  margin-left: auto; 
  margin-right: auto;
}
.center {
  margin-left: auto; 
  margin-right: auto;
}
.navbar {
  overflow: visible;
  background-color: #5fadf7;
  color: #03111f;
  display:flex;
  justify-content:center;
}

.navbar a {
  float: left;
  font-size:18px;
  color: rgb(15, 15, 15);
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 18px;  
  border: none;
  outline: none;
  color: rgb(19, 18, 18);
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: rgb(167, 167, 185);
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ece6e9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  font-size: 14px; 
  color: rgb(19, 18, 18);
  padding: 10px 12px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #c4bfbf;
}

.dropdown:hover .dropdown-content {
  display: block;
}

figure {
  /*border: 1px #1707f1 solid;*/
  padding: 4px;
  margin: 1px;
}

figcaption {
  color: rgb(13, 13, 14);
  font-style: italic;
  font-weight: bold;
  font-size: 1em;
  padding: 2px;
  text-align: center;
}

figcaption#bild {
  color: rgb(13, 13, 14);
  font-style: italic;
  font-weight: bold;
  font-size: 1em;
  padding: 2px;
  text-align: left;
}


@media only screen and (max-width: 767px) {
  body {
      -webkit-text-size-adjust: keine;
      -ms-text-size-adjust: keine;
      width: 100%;
      min-width: 0;
  }

  button .butten1 a{
    background-color: #4968f3; /* Green */
    border: 1px solid rgb(29, 23, 23);
    color: white;
    padding: 5px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    float: left;
    border-radius: 4px;
  }
  
  button :hover {
    background-color:  rgb(164, 167, 164)
  }
}

html {
  height: 100%;
}
body {
  font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
}
#header {
  text-align: center;
  clear: both;
  height: 65px;
  border-bottom: 1px;
}
#main-container {
  height: 86vh;
  clear: both;
  position: relative;
  width: 100%;
}


#navbarL {
  width: 21%;
  float: left;
  padding: 5px;
}
.navbarL {
  overflow: visible;
  background-color: rgb(29, 23, 23);
  display:flex;
  justify-content:center;
}

.navbarL a {
  float: left;
  font-size:18px;
  color: rgb(233, 45, 45);
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
@media screen and (max-width: 1000px) {

  #navbarL{display:none;
  width: 0%;
  float: left;
  padding: 5px;}

}
#content {
  width: 78%;
  height: auto;
  float: right;
  display:flex;
}
@media screen and (max-width: 1000px) {

  #content{display: visible;
  width: 98%;
  float: left;
  padding: 0px;}

}
#footer {
  clear: both;
  height: 4vh;
  width: 98%;
  margin-top: 1px;
  border: 1px solid black;
}
iframe.import {
  border: 1px solid black;
  position: absolute;
  width: inherit;
  top: 0px;
  height:85vh;
}
address {
  /*border-top: thin dotted;*/
  font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
  font-size: 10px;
}
 /*img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}*/
button {
  background-color: rgb(46, 82, 243); 
  color: white;
}

a:link {
  color: rgb(11, 23, 197)
}
a:visited {
  color: rgb(11, 23, 197)
}
@media screen and (max-width: 45em) {
	tr, th, td {
 		display: block;
	}
	
	tr {
		padding: 1em;
		border-top: 0 none;
	}
	
	th {
		padding: 0;
	}
	
	td {
		padding: 1em 0 0;
	}
}